home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class JMenuItem$1 implements ActionListener {
- // $FF: synthetic field
- private final JMenuItem this$0;
-
- // $FF: synthetic method
- JMenuItem$1(JMenuItem var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- MenuSelectionManager.defaultManager().clearSelectedPath();
- this.this$0.doClick();
- }
- }
-